home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 January / macformat46.iso / Shareware Plus / Applications / Charting Coach / Charting Coach V2.0sw / Charting Coach V2.DXR / 00084.ls < prev    next >
Encoding:
Text File  |  1996-10-13  |  221 b   |  14 lines

  1. on mouseUp
  2.   global pswd, userNo
  3.   if the doubleClick then
  4.     exit
  5.   end if
  6.   put EMPTY into field "password"
  7.   if getAt(pswd, userNo) = EMPTY then
  8.     go("ChngPswrd")
  9.   else
  10.     go("knowPsWrd")
  11.   end if
  12.   cursor(0)
  13. end
  14.